SftTabs/NET 6.0

RightButton Property, ScrollingClass Class

Softel vdm, Inc.

Returns whether the right scroll button is enabled.

Syntax      ScrollingClass Class (Softelvdm.SftTabsNET)

VB   

Public ReadOnly Property RightButton As Boolean

C#   

public bool RightButton { get; }

C++   

public: property bool RightButton {
        bool get();
}

Property Value

True if the right scroll button is enabled, otherwise False.

Comments

The RightButton property returns whether the right scroll button is enabled.

The RightButton property returns the current status of the right/down scroll button. It can be used to implement an application defined scrolling method.

The LeftButton property provides the equivalent information for the left/up scroll button.

The RightButton property is only meaningful if a scrollable tab control is used. The Style property defines whether scroll buttons are available.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com